home *** CD-ROM | disk | FTP | other *** search
/ The Netherlands - A Compact World / The Netherlands.iso / chapters / 1.5.dxr / filmloops_20_go rotterdam.ls < prev    next >
Encoding:
Text File  |  2004-06-10  |  284 b   |  22 lines

  1. property spriteNum
  2.  
  3. on mouseEnter
  4.   sprite(spriteNum).foreColor = 1
  5.   cursor(280)
  6.   go("rotterdam")
  7. end
  8.  
  9. on mouseLeave
  10.   sprite(spriteNum).foreColor = 3
  11.   cursor(-1)
  12.   go("randstad")
  13. end
  14.  
  15. on mouseDown
  16.   global naam
  17.   naam = "1.5.2.dir"
  18.   tell the stage
  19.     wisseltje()
  20.   end tell
  21. end
  22.